.tituloMod3 {
    text-align: center;
    font-size: 32px;
    font-family: 'IberPangea-Regular';
    line-height: 40px;
    font-weight: 600;
}

.contenedorPrincipalMod3 {
    display: flex;
    align-items: center;
    justify-content: center;

}

.contenedor400 {
    background-color: #007ACB;
    border-radius: 16px;
    padding: 16px 24px;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.contenedor400 .porcentaje {
    color: #FFFFFF;
    margin-bottom: 0;
}

.contenedor400 .porcentajeTexto {
    color: #FFFFFF;
    margin-bottom: 0;
}

.contenedor10 {
    background-color: #FFFFFF;
    border-radius: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: #007ACB;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contenedor10 .porcentaje {
    color: #007ACB;
    margin-bottom: 0;
}

.contenedor10 .porcentajeTexto {
    color: #007ACB;
    margin-bottom: 0;
}

.mod3Padre {
    background-color: #F9F9F9;
    display: flex;
    padding: 40px 16px 48px 16px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.mod3Padre .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.contenedorPrincipalMod3 {
    gap: 24px;
    flex-direction: column-reverse;
}

.porcentaje {
    font-size: 32px;
    line-height: 40px;
}


.contenedor10 .porcentaje {
    order: 1;
}

.contenedor10 .porcentajeTexto {
    order: 2;
}

.contenedor10 a {
    color: #007ACB;
    font-feature-settings: 'liga' off, 'clig' off;
    text-decoration-line: underline;
}
.mod3Padre .elevado{
    display: inline-block;
    font-size: 80%;
    vertical-align: 0.4em;
}

@media(min-width:576px) {
    .mod3Padre {
        padding: 40px 42px 48px 42px;
    }
}

@media(min-width:768px) {
    .mod3Padre {
        padding: 40px 48px 48px 48px;
    }

    .contenedorPrincipalMod3 {
        width: 556px;
    }
}

@media(min-width:992px) {
    .mod3Padre {
        padding: 40px 82px 48px 82px;
    }

    .contenedorPrincipalMod3 {
        width: auto;
        flex-direction: row-reverse;
    }

    .contenedor10 {
        flex-direction: column-reverse;
    }
    .contenedor400{
        height: 167px;
    }
}

@media(min-width:1200px) {
    .mod3Padre {
        padding: 40px 102px 48px 102px;
    }
     .contenedor400{
        height: 144px;
    }
}

@media(min-width:1920px) {
    .mod3Padre {
        padding: 40px 324px 48px 324px;
    }
}